Autogenerated HTML docs for v1.5.3-rc2-22-g69a9b 
diff --git a/config.txt b/config.txt index d0e9a17..a850d55 100644 --- a/config.txt +++ b/config.txt 
@@ -281,6 +281,14 @@ 	of files which are not meant to be tracked. See 	gitlink:gitignore[5].   +core.editor:: +	Commands such as `commit` and `tag` that lets you edit +	messages by lauching an editor uses the value of this +	variable when it is set, and the environment variable +	`GIT_EDITOR` is not set. The order of preference is +	`GIT_EDITOR` environment, `core.editor`, `EDITOR` and +	`VISUAL` environment variables and then finally `vi`. +  core.pager:: 	The command that git will use to paginate output. Can be overridden 	with the `GIT_PAGER` environment variable.